Skip to content

chore: release v0.10.0#28

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-11-14T17-02-41Z
Open

chore: release v0.10.0#28
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2025-11-14T17-02-41Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 14, 2025

🤖 New release

  • async_http_range_reader: 0.9.1 -> 0.10.0 (⚠ API breaking changes)

async_http_range_reader breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_variant_added.ron

Failed in:
  variant AsyncHttpRangeReaderError:RangeMismatch in /tmp/.tmpakdHHe/async_http_range_reader/src/error.rs:44
  variant AsyncHttpRangeReaderError:ResponseTooLong in /tmp/.tmpakdHHe/async_http_range_reader/src/error.rs:55
  variant AsyncHttpRangeReaderError:ResponseTooShort in /tmp/.tmpakdHHe/async_http_range_reader/src/error.rs:59
Changelog

0.10.0 - 2026-03-24

Fixed

  • Avoid panics when content is longer than content length header (#33)

Other

  • Use std::io::Error::other(_) and declare MSRV 1.74 (#25)
  • Fix new clippy lints (#27)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-14T17-02-41Z branch from c573216 to 4d93008 Compare February 9, 2026 18:31
@github-actions github-actions bot changed the title chore: release v0.9.2 chore: release v0.10.0 Mar 24, 2026
@github-actions github-actions bot force-pushed the release-plz-2025-11-14T17-02-41Z branch from 4d93008 to 869996c Compare March 24, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants